home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / pd / grafik / imagestudio / convolves / texture
Text File  |  1995-04-11  |  275b  |  29 lines

  1. CONV
  2.  
  3. ; ImageStudio ©1994 Andy Dean, Graham Dean
  4.  
  5. ; Convolve = Texture
  6. ; Creation date = Fri Jul 22 17:22:55 1994
  7. ; User name = 
  8.  
  9. ; Matrix
  10.  
  11.    0   0   1   0   0
  12.  
  13.    0  -1   0  -1   0
  14.  
  15.    1   0   1   0   1
  16.  
  17.    0  -1   0  -1   0
  18.  
  19.    0   0   1   0   0
  20.  
  21.  
  22. ; Divisor
  23.  
  24. 1
  25.  
  26. ; Bias
  27.  
  28. 0
  29.